home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>EKtron WYSIWYG Editor</title>
- <meta name="keywords" content="ecommerce, electronic commerce, web design, software engineering">
- <meta name="Author" content="EKtron, Inc.">
- </head>
- <%
- myDSN="DSN=editor"
- mySQL="select Edit_html from WYSIWYG where edit_id=2"
- set conntemp=server.createobject("adodb.connection")
- conntemp.open myDSN
- set rstemp=conntemp.execute(mySQL)
- if rstemp.eof then
- response.write "no data for<br>"
- response.write mySQL
- conntemp.close
- set conntemp=nothing
- response.end
- end if
- %>
- <body bgcolor="white">
- <table width="625" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td width="113" height="35" valign="TOP" bgcolor="#639C63"><a href="http://www.ektron.com"><img src="EKlogo.gif" width=113 height=35 alt="" border=0></a></td>
- <td width="505" align="CENTER" valign="BOTTOM" bgcolor="#639C63"></td>
- </tr>
- <tr>
- <td align="CENTER" valign="TOP" bgcolor="#639C63"><img src="http://www.ektron.com/images/space.gif" width=1 height=300 alt="" border="0"></td>
- <td align="center" valign="top">
- <table width="90%" cellspacing="2" cellpadding="2">
- <tr>
- <td><% response.write rstemp.Fields("Edit_html") %></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td bgcolor="#639C63" align="center" valign="middle"></td>
- <td height="25" align="center"><a href="javascript:history.back();"><font size="2" face="verdana, arial, helvetica">Back</font></a></td>
- </tr>
- </table>
- </body>
- </html>